package processor
Type Members
- class NewsFleschMetricsProcessor extends AnyRef
Processor for computing Flesch metrics for news articles and search results.
Processor for computing Flesch metrics for news articles and search results.
- Annotations
- @Slf4j() @Singleton()
- class NewsResponseProcessor extends AnyRef
Processor for news API responses.
Processor for news API responses.
- Annotations
- @Slf4j() @Singleton()
- class NewsSentimentProcessor extends AnyRef
Processor for computing the overall sentiment of a search result from the descriptions of the articles.
Processor for computing the overall sentiment of a search result from the descriptions of the articles.
- Annotations
- @Slf4j() @Singleton()
- class NewsWordStatsProcessor extends AnyRef
Processor for computing word statistics from news articles.
Processor for computing word statistics from news articles.
- Annotations
- @Slf4j() @Singleton()